From 0c871e01826957515984fb91774ba2c434bbc3e1 Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Tue, 11 Nov 2025 23:30:22 +0100 Subject: [PATCH] softethervpn5: bump to version 5.2.5188 Bump softethervpn5 to version 5.2.5188 to fix support for CMake >= 4.0 Patch automatically refreshed. Signed-off-by: Christian Marangi --- net/softethervpn5/Makefile | 4 ++-- net/softethervpn5/patches/001-iconv-cmake-fix.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/softethervpn5/Makefile b/net/softethervpn5/Makefile index d299b1a894..c107c7bb83 100644 --- a/net/softethervpn5/Makefile +++ b/net/softethervpn5/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=softethervpn5 -PKG_VERSION:=5.02.5184 +PKG_VERSION:=5.2.5188 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 @@ -11,7 +11,7 @@ PKG_LICENSE_FILES:=COPYING PKG_SOURCE_URL:=https://github.com/SoftEtherVPN/SoftEtherVPN/releases/download/$(PKG_VERSION)/ PKG_SOURCE:=SoftEtherVPN-$(PKG_VERSION).tar.xz -PKG_HASH:=7459f321ec957d160f95ccf5fccc46be6f2c26bd78f0bcdf03d53ae131d051f5 +PKG_HASH:=e89278e7edd7e137bd521851b42c2bf9ce4e5cae2489db406588d3388646b147 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/SoftEtherVPN-$(PKG_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/SoftEtherVPN-$(PKG_VERSION) diff --git a/net/softethervpn5/patches/001-iconv-cmake-fix.patch b/net/softethervpn5/patches/001-iconv-cmake-fix.patch index 5d74834658..b4adc1a8f8 100644 --- a/net/softethervpn5/patches/001-iconv-cmake-fix.patch +++ b/net/softethervpn5/patches/001-iconv-cmake-fix.patch @@ -1,6 +1,6 @@ --- a/src/Mayaqua/CMakeLists.txt +++ b/src/Mayaqua/CMakeLists.txt -@@ -80,7 +80,7 @@ if(UNIX) +@@ -96,7 +96,7 @@ if(UNIX) find_package(Threads REQUIRED) # In some cases libiconv is not included in libc -- 2.30.2